home *** CD-ROM | disk | FTP | other *** search
- ALTUR112.TTP plays the theme of the Alla Turka (aka "Turkish March"), the
- third movement of W.A. Mozart's Piano Sonata No. 11 in A major, KV 331. It
- ends when a key is pressed.
-
- I got it in an earlier release (1.3) of Wolfram's Okami shell where it
- was autostarted from the profile. Following is the code to do so. No other
- documentation about this program was included.
-
- Cornelius Caesar January 9, 1992
- cae@vnet.ibm.com (Internet)
- Cornelius_Caesar@bb.maus.de (slow mailbox)
-
-
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
- # Okami-Shell - Profile
- # insert after the line 'unset TITPIC OMODE' in the original profile
-
- # Let's start with some music
- MUSIC=altur112
- if [ $MUSIC -t b ]
- then
- $MUSIC
- fi
- MUSIC=
-
- # go on with other profile comands...
-
-